feat: scaffold @metamask/stellar-quickstart-up package#9281
Merged
Conversation
This was referenced Jun 26, 2026
Add the pure create-package scaffold and monorepo ownership wiring for the Stellar Quickstart runtime installer package used by Extension E2E tests.
e2a9c44 to
bafa112
Compare
Mrtenz
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR is the first of two PRs to add the Stellar Quickstart runtime installer package for Extension E2E tests.
It contains only the pure scaffold output of
yarn create-packageplus ownership configuration — zero implementation logic.What's included
packages/stellar-quickstart-up/— scaffolded package skeleton (source placeholder, tests, CHANGELOG, README, LICENSE, jest/tsconfig configs) generated byyarn create-package --name stellar-quickstart-up --description "Stellar Quickstart runtime installer for MetaMask E2E tests"tsconfig.json/tsconfig.build.json— monorepo-level references updated by the toolyarn.lock— updated byyarn installrun inside the toolREADME.md— package list updated byyarn readme-content:update.github/CODEOWNERS— ownership entries for the package (alphabetical list + Package Release section), mirroring thejava-tron-up/solana-test-validator-up/bitcoin-regtest-uppattern with@MetaMask/networksaddedteams.json— issue-label routing entry aftersolana-test-validator-upWhat's NOT included
No implementation source, no
binfield, no new runtime dependencies, noknip.config.tschanges, no unrelated monorepo churn.Stacked PR
The implementation (Docker image installer source, CLI bin, tests, full README) follows in a stacked PR based on this branch.
Jira
Verification
All passed ✓
Test plan
yarn workspace @metamask/stellar-quickstart-up run buildyarn workspace @metamask/stellar-quickstart-up run testyarn constraintsyarn lint:teamsyarn readme-content:checkNote
Low Risk
Scaffold and metadata-only changes; no production runtime, auth, or wallet logic is introduced in this PR.
Overview
Adds
@metamask/stellar-quickstart-upto the monorepo as a scaffold-only package (fromyarn create-package), intended as the Stellar Quickstart runtime installer for Extension E2E tests. No installer logic yet—only the defaultgreeterplaceholder, standard build/test/tsconfig/jest setup, licenses, and changelog.Monorepo wiring is updated in parallel with sibling
*-uppackages:README.mdpackage list and mermaid graph,tsconfig.json/tsconfig.build.jsonproject references,yarn.lock,teams.json, and.github/CODEOWNERS(joint ownership with mobile/extension/networks teams plus package release entries).Real Docker/CLI implementation is expected in a follow-up stacked PR.
Reviewed by Cursor Bugbot for commit bafa112. Bugbot is set up for automated code reviews on this repo. Configure here.